diff --git a/src/utils/cspr-network.ts b/src/utils/casper-network.ts similarity index 100% rename from src/utils/cspr-network.ts rename to src/utils/casper-network.ts diff --git a/src/utils/index.ts b/src/utils/index.ts index 92f0237f..0b790f21 100644 --- a/src/utils/index.ts +++ b/src/utils/index.ts @@ -1,5 +1,5 @@ export * from './cspr-transfer'; -export * from './cspr-network'; +export * from './casper-network'; export * from './auction-manager'; export * from './constants'; export * from './cep-18-transfer';