mirror of
https://github.com/status-im/snt-gas-relay.git
synced 2025-01-18 02:11:00 +00:00
7 lines
93 B
JavaScript
7 lines
93 B
JavaScript
|
module.exports = {
|
||
|
default: {
|
||
|
available_providers: ["ens"],
|
||
|
provider: "ens"
|
||
|
}
|
||
|
};
|