Skip to content

Commit

Permalink
remove unused
Browse files Browse the repository at this point in the history
  • Loading branch information
franzns committed Feb 29, 2024
1 parent cda14a2 commit 95f0f28
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion modules/network/fantom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ const fantomNetworkData: NetworkData = {
protocolToken: 'beets',
beets: {
address: '0xf24bcf4d1e507740041c9cfd2dddb29585adce1e',
beetsPriceProviderRpcUrl: 'https://rpc.ftm.tools',
},
sftmx: {
stakingContractAddress: '0xb458bfc855ab504a8a327720fcef98886065529b',
Expand Down
1 change: 0 additions & 1 deletion modules/network/network-config-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ export interface NetworkData {
protocolToken: 'beets' | 'bal';
beets?: {
address: string;
beetsPriceProviderRpcUrl: string;
};
fbeets?: {
address: string;
Expand Down
1 change: 0 additions & 1 deletion modules/network/optimism.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ const optimismNetworkData: NetworkData = {
protocolToken: 'beets',
beets: {
address: '0xb4bc46bc6cb217b59ea8f4530bae26bf69f677f0',
beetsPriceProviderRpcUrl: 'https://rpc.ftm.tools',
},
bal: {
address: '0xfe8b128ba8c78aabc59d4c64cee7ff28e9379921',
Expand Down

0 comments on commit 95f0f28

Please sign in to comment.